home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 September / EnigmA AMIGA RUN 10 (1996)(G.R. Edizioni)(IT)[!][issue 1996-09][EARSAN CD XI].iso / earcd / web / awebftp.rdm < prev    next >
Text File  |  1996-06-19  |  3KB  |  76 lines

  1. Short:    FTP plugin v1.3 update for Aweb
  2. Author:   panther@gate.net (Josef Faulkner)
  3. Uploader: panther@gate.net (Josef Faulkner)
  4. Version:  1.3
  5. Type:     comm/www
  6. Requires: WB3.0 Arexx biz/demo/Aweb.lha util/cli/WBCopy.lha comm/tcp/FTPMount-1.0.lha
  7. Replaces: comm/tcp/awebftp.lha
  8.  
  9. Description:
  10. ¯¯¯¯¯¯¯¯¯¯¯¯
  11. This plugin will allow you to do inline FTPing of files on the net,
  12. without the need to call an external FTP program (except FTPMount, which
  13. is transparent).  It will distinguish between a directory and a file, and
  14. act accordingly.
  15.  
  16. Features:
  17. ¯¯¯¯¯¯¯¯¯
  18.    o Fast reaction, since FTPMount does a lot of cacheing of dirs
  19.    o Asyncronous download (thanks to Aweb), you can continue browsing
  20.      while it downloads, and Aweb will inform you when the transfer
  21.      has completed!
  22.    o Brings up a requestor to ask what you want to save as
  23. New for 1.1:
  24.    o You can now upload to the directory if you type the name of a file
  25.      in a form at the bottom of the list (or leave blank, and it will
  26.      give you a requester asking for a file)
  27.    o Make directories
  28.    o Delete a file (only one at a time, currently)
  29. New for 1.2:
  30.    o WBCopy command used to copy files w/ progress meter
  31.      Thanks to Bastian H. Frank for developing this handy program!
  32. New for 1.3:
  33.    o Much faster:
  34.       o No longer parses list output, uses lformat to create listing
  35.    o AmiFTP is now loadable from the inside!
  36.       o Will detect if amiftp is already loaded, and go to the directory
  37.       o Doesn't disconnect and reconnect if amiftp already has the host open
  38.  
  39. Requirements:
  40. ¯¯¯¯¯¯¯¯¯¯¯¯¯
  41. FTPMount version 8 (or newer) must be installed and running
  42.    available on Aminet:
  43.    FTPMount-1.0.lha  comm/tcp   109K Mounts FTP sites
  44. WBCopy (aminet/util/cli/WBCopy.lha) must be in your path
  45.    Not only does this program solve the problem with softlinks, but
  46.    it also gives a progress meter (a much requested feature)!
  47. (optional, but recommended)
  48. AmiFTP (from http://www.lysator.liu.se/~lilja/AmiFTP.html)
  49.  
  50. Installation:
  51. ¯¯¯¯¯¯¯¯¯¯¯¯¯
  52. 1) Put this script in the same directory that the Aweb executable is in.
  53. 2) Set Aweb to the following settings:
  54.    ----------------------------------------------
  55.    Network 3: External Programs
  56.               ftp:
  57.      Command:  sys:rexxc/rx
  58.    Arguments:  awebftp.rexx %s %s %s  <--- *** NOTE *THREE* %s's ***
  59.    ----------------------------------------------
  60. 3) Put WBCopy in your path (ie C:)
  61. 4) Set your preferences for this script below:
  62.  
  63. Known Bugs:
  64. ¯¯¯¯¯¯¯¯¯¯¯
  65. Linked files are sometimes thought to be directories in AmigaDOS, and
  66. may wind up returning an empty directory listing instead of the actual
  67. file.
  68. I've attempted to correct this by checking if the link clicked on has a
  69. period in the name, if so, it assumes it's a file instead.
  70. Hopefully this bug is obsolete with the new copy program.  Let me know if
  71. you find any URL's that this still happens on.
  72.  
  73. Many people are getting "out of memory" errors.  This should only be
  74. occuring on old versions of AwebFTP, and usually only when they forget
  75. to pass all three %s arguments in aweb's preferences.
  76.